home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2011 May / PC Advisor 190 E.iso / pc / ESSENTIALS / VLC Media Player 1.1 / vlc-1.1.5-win32.exe / lua / extensions / README.txt < prev   
Encoding:
Text File  |  2010-11-13  |  337 b   |  12 lines

  1. Instructions to code your own VLC Lua extension script.
  2. $Id: $
  3.  
  4. See lua/README.txt for generic documentation about Lua usage in VLC.
  5.  
  6. Examples: imdb.lua, lastfm.lua, subtitles.lua
  7.  
  8. TODO :-)
  9.  
  10. VLC defines a global vlc object with the following members:
  11. All the VLC specific Lua modules are available, even Extension and Dialog.
  12.